projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a43971
)
Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 18 Jun 2001 07:11:33 +0000
(07:11 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 18 Jun 2001 07:11:33 +0000
(07:11 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 1715b08c6d011cd10be8616665fc9dc8a93a833d..c7b8535c4808443c3ea891552fd8cb802328e56a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-12032,7
+12032,7
@@
xim_open_dpy (dpyinfo, resource_name)
#ifdef HAVE_X11R6
destroy.callback = xim_destroy_callback;
destroy.client_data = (XPointer)dpyinfo;
- /* This isn't pr
p
totyped in OSF 5.0. */
+ /* This isn't pr
o
totyped in OSF 5.0. */
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
#endif
}